home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / conf.files / inittab.redhat < prev    next >
Text File  |  1996-07-24  |  2KB  |  60 lines

  1. # This RedHat 3.0.3 inittab has been modified to suit linuxconf
  2. # operation.
  3. #
  4. # inittab       This file describes how the INIT process should set up
  5. #               the system in a certain run-level.
  6. #
  7. # Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
  8. #               Modified for RHS Linux by Marc Ewing and Donnie Barnes
  9. #
  10.  
  11. # Default runlevel. The runlevels used by RHS are:
  12. #   0 - halt (Do NOT set initdefault to this)
  13. #   1 - Single user mode
  14. #   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
  15. #   3 - Full multiuser mode
  16. #   4 - unused
  17. #   5 - X11
  18. #   6 - reboot (Do NOT set initdefault to this)
  19. id:3:initdefault:
  20.  
  21. # System initialization.
  22. si::sysinit:/etc/rc.d/rc.sysinit
  23.  
  24. l0:0:wait:/etc/rc.d/rc 0
  25. #l1:1:wait:/etc/rc.d/rc 1
  26. #l2:2:wait:/etc/rc.d/rc 2
  27. #l3:3:wait:/etc/rc.d/rc 3
  28. #l4:4:wait:/etc/rc.d/rc 4
  29. #l5:5:wait:/etc/rc.d/rc 5
  30. l1:12345:wait:/etc/rc.d/rc.M
  31. l6:6:wait:/etc/rc.d/rc 6
  32.  
  33. # Things to run in every runlevel.
  34. ud::once:/sbin/update
  35.  
  36. # Trap CTRL-ALT-DELETE
  37. ca::ctrlaltdel:/sbin/shutdown -t3 -r now
  38.  
  39. # When our UPS tells us power has failed, assume we have a few minutes
  40. # of power left.  Schedule a shutdown for 2 minutes from now.
  41. # This does, of course, assume you have powerd installed and your
  42. # UPS connected and working correctly.  
  43. pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"
  44.  
  45. # If power was restored before the shutdown kicked in, cancel it.
  46. pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
  47.  
  48.  
  49. # Run gettys in standard runlevels
  50. 1:12345:respawn:/sbin/getty tty1 VC linux
  51. 2:235:respawn:/sbin/getty tty2 VC linux
  52. 3:235:respawn:/sbin/getty tty3 VC linux
  53. 4:235:respawn:/sbin/getty tty4 VC linux
  54. 5:235:respawn:/sbin/getty tty5 VC linux
  55. 6:235:respawn:/sbin/getty tty6 VC linux
  56.  
  57. # Run xdm in runlevel 5
  58. x:4:respawn:/usr/bin/X11/xdm -nodaemon
  59.